UE4 reports an error when packaging Pico items: error: ‘resource’ is a private member of ‘fopengltexturebase’
At present, the pico SDK only supports the version of UE up to 4.26, and the new version 4.27.1 does not support it temporarily. You can package successfully by reducing the version to 4.26.2;
In addition, if it is opened after packaging, an error is reported: plugin “picomobiliecontroller” failed to load because module “picomobiliecontroller” could not be found, please ensure that the plugin is a properly installer, otherwise consider disabling the plugin for this project, Please uncheck
Read More:
- [Fixed] error: ‘start‘ is a private member of ‘QThread‘
- [Solved] UE4UE5 Package Android Error: UnrealBuildTool failed
- [Solved] UE4 Android Package Error: failed for task :permission_library:compileDebugJavaWithJavac
- [Solved] UE4 Error: Couldn‘t find file for package *** requested by async loading code. NameToLoad: ***
- [Solved] UE4 Android Package Error: cmd.exe failed with args
- QT solves error: use of deleted function and is private within this context
- Vscode pylint reported an error of “no member”, but it is running normally
- [Solved] Cmake compile opencv open-source project Error: but it set OpenCV_FOUND to FALSE so package “OpenCV” is considered to be…
- [Solved] error: value createSchemaRDD is not a member of org.apache.spark.sql.SQLContext
- [Solved] A-LOAM Ceres Compile Error: error: ‘integer_sequence’ is not a member of ‘std‘
- [Vagrant] When vagrant up, it stops at “SSH auth method: private key” and times out.
- [Solved] UE4 Error: Serial loading Unknown structure
- An error was reported when Maven package was running the packaged jar package: there is no main list attribute in xxx.jar, which can be solved by configuring Maven plugin
- [Solved] Vite Project jenkins Auto Package Error: failed to load config from ../vite.config.js You installed esbuild on
- [Solved] VINS-MONO: integer_sequence_algorithm.h:64:21: error: ‘integer_sequence’ is not a member of ‘std’
- Error 2 error c2491: XX: definition of dllimport static data member is not allowed
- Maven package error: [WARNING] The POM for xxx is missing, no dependency inform
- [Solved] Git Error: client_global_hostkeys_private_confirm: server gave bad signature for RSA key 0
- [Go] Solve can’t load package: cannot find module providing package github.com/xxxxx
- The spring project is normal locally, and the bean cannot be found error is thrown when entering the docker container