Fix build error

This commit is contained in:
martinluckyrobots 2025-04-15 16:02:19 +08:00
parent 6c6e63ee0c
commit 9ab342d5b2
2145 changed files with 85 additions and 909510 deletions

View File

@ -1,7 +0,0 @@
{
"BuildId": "37670630",
"Modules":
{
"AsyncLoadingScreen": "UnrealEditor-AsyncLoadingScreen.dylib"
}
}

View File

@ -1,7 +0,0 @@
{
"BuildId": "37670630",
"Modules":
{
"AsyncLoadingScreen": "UnrealEditor-AsyncLoadingScreen-Win64-DebugGame.dll"
}
}

View File

@ -1,7 +0,0 @@
{
"BuildId": "37670630",
"Modules":
{
"AsyncLoadingScreen": "UnrealEditor-AsyncLoadingScreen.dll"
}
}

74
Plugins/AsyncLoadingScreen/.gitignore vendored Normal file
View File

@ -0,0 +1,74 @@
# Visual Studio 2015 user specific files
.vs/
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# 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-<BuildConfiguration>.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/*

View File

@ -2,6 +2,7 @@
"FileVersion": 3,
"Version": 8,
"VersionName": "1.5.1",
"EngineVersion": "5.5.0",
"FriendlyName": "Async Loading Screen",
"Description": "Allows you to configure a Loading Screen system in the project settings easily and automatically add a Loading Screen in your game whenever you open a new level.",
"Category": "Loading Screen",
@ -10,7 +11,6 @@
"DocsURL": "https://github.com/truong-bui/AsyncLoadingScreen",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/01f39767dc6b4290877f38365787cbf8",
"SupportURL": "https://github.com/truong-bui/AsyncLoadingScreen/issues",
"EngineVersion": "5.5.0",
"CanContainContent": true,
"Installed": true,
"Modules": [

View File

@ -0,0 +1,10 @@
[FilterPlugin]
; This section lists additional files which will be packaged along with your plugin. Paths should be listed relative to the root plugin directory, and
; may include "...", "*", and "?" wildcards to match directories, files, and individual characters respectively.
;
; Examples:
; /README.txt
; /Extras/...
; /Binaries/ThirdParty/*.dll
/README.md
/LICENSE

Some files were not shown because too many files have changed in this diff Show More