Skip to content
This repository has been archived by the owner on Oct 15, 2021. It is now read-only.

Error compiling CoordinateInspector #11

Open
navantis opened this issue Feb 26, 2021 · 5 comments
Open

Error compiling CoordinateInspector #11

navantis opened this issue Feb 26, 2021 · 5 comments

Comments

@navantis
Copy link

When I tried to test the example UMG_GeoStatusBar, UE give me the followgin error in the CoordinateInspector Compilation:

The property associated with UW Coordinates Mouse could not be found in '/SimulationPlugin/CoordinatesInspector.CoordinatesInspector_C'

Error_UEGeoCoordinates

How can I solve this???

Thanks

@AlbanBERGERET-Epic
Copy link
Contributor

Since this is an Editor Utility Widget, you need to enable the Editor Scripting Utilities plugin to be able to compile it.

@navantis
Copy link
Author

Thanks for your answer.

The Editor Scripting Utilities was already activated so the error in the CoordinateInspector Compilation persists.

Is there any other possibility to fix it???

Thanks in advance.

@JordanDraperLMCO
Copy link

JordanDraperLMCO commented Mar 12, 2021

@navantis I also have this same compilation issue, my way around it was to delete all the blueprint bits that caused this issue until a full fix comes out, hope this idea helps.

Edit: I am using UE 4.25. maybe a version issue for me?

@AlbanBERGERET-Epic
Copy link
Contributor

Well, I see...
The plugin is meant to work with 4.26. The UWCoordinates widget is a binary file saved with 4.26 and can't be loaded with 4.25.

As a workaround, you can replace the one from the distribution with this attached one...

It seems to work on my 4.25.4
UW_Coordinates.zip

@JordanDraperLMCO
Copy link

Well, I see...
The plugin is meant to work with 4.26. The UWCoordinates widget is a binary file saved with 4.26 and can't be loaded with 4.25.

As a workaround, you can replace the one from the distribution with this attached one...

It seems to work on my 4.25.4
UW_Coordinates.zip

This has fixed it for me in 4.25, thanks very much!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants