Aerospace Blockset Interface for Unreal Engine sample project compilation error
이전 댓글 표시
Platform: Windows 11, Engine version: Unreal Engine 5.4.0 source, Matlab version: R2026a
I'm following https://www.mathworks.com/help/releases/R2026a/aeroblks/install-support-package-and-configure-environment.html instructions, copied example sim3d project, copied MathWorks plugins to Engine\Plugins\Marketplace\MathWorks and Cesium plugin to Engine\Plugins\Marketplace\CesiumForUnreal. After that I cannot compile UE and having such warnings and errors as:
11>MathWorksRaytracing.Build.cs: Warning : Referenced directory 'D:\Programs\Matlab\toolbox\shared\ray_intersect\export\include' does not exist.
11>MathWorksRaytracing.Build.cs: Warning : Referenced directory 'D:\Programs\Matlab\toolbox\shared\ray_path_geometry\export\include' does not exist.
11>MathWorksRaytracing.Build.cs: Warning : Referenced directory 'D:\Programs\Matlab\toolbox\shared\sensorsim_core\export\include' does not exist.
11>MathWorksUAV.Build.cs: Warning : Referenced directory 'D:\Work\UnrealEngine-5.4.0\Engine\Source\MathWorksSimulation' does not exist.
11>Module.MathWorksAerospace.cpp.obj: Error LNK2019 : unresolved external symbol "public: __cdecl UAircraftAnimInst::UAircraftAnimInst(class FObjectInitializer const &)" (??0UAircraftAnimInst@@QEAA@AEBVFObjectInitializer@@@Z) referenced in function "void __cdecl InternalConstructor<class UAircraftAnimInst>(class FObjectInitializer const &)" (??$InternalConstructor@VUAircraftAnimInst@@@@YAXAEBVFObjectInitializer@@@Z)
11>Module.MathWorksAerospace.cpp.obj: Error LNK2019 : unresolved external symbol "public: __cdecl UAirTransportAnimInst::UAirTransportAnimInst(class FObjectInitializer const &)" (??0UAirTransportAnimInst@@QEAA@AEBVFObjectInitializer@@@Z) referenced in function "void __cdecl InternalConstructor<class UAirTransportAnimInst>(class FObjectInitializer const &)" (??$InternalConstructor@VUAirTransportAnimInst@@@@YAXAEBVFObjectInitializer@@@Z)
11>Module.MathWorksAerospace.cpp.obj: Error LNK2019 : unresolved external symbol "public: __cdecl UCubeSatAnimInst::UCubeSatAnimInst(class FObjectInitializer const &)" (??0UCubeSatAnimInst@@QEAA@AEBVFObjectInitializer@@@Z) referenced in function "void __cdecl InternalConstructor<class UCubeSatAnimInst>(class FObjectInitializer const &)" (??$InternalConstructor@VUCubeSatAnimInst@@@@YAXAEBVFObjectInitializer@@@Z)
11>Module.MathWorksAerospace.cpp.obj: Error LNK2019 : unresolved external symbol "public: __cdecl UGeneralAviationAnimInst::UGeneralAviationAnimInst(class FObjectInitializer const &)" (??0UGeneralAviationAnimInst@@QEAA@AEBVFObjectInitializer@@@Z) referenced in function "void __cdecl InternalConstructor<class UGeneralAviationAnimInst>(class FObjectInitializer const &)" (??$InternalConstructor@VUGeneralAviationAnimInst@@@@YAXAEBVFObjectInitializer@@@Z)
11>Utilities.h(6): Error C1083 : Cannot open include file: 'sensorsim_core/Vector3.hpp': No such file or directory
How can I resolve these issues?
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Get Started with Aerospace Blockset에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!