Giter Club home page Giter Club logo

Comments (5)

luis-valverde-ms avatar luis-valverde-ms commented on May 22, 2024

Thanks for the info @Angelo-Gebauer . I take it that this happens to you when trying to package for HoloLens a project that uses the UXT plugin? What version of UE are you using? Can you send us the full log?

from mixedreality-uxtools-unreal.

Angelo-Gebauer avatar Angelo-Gebauer commented on May 22, 2024

Hi, yes we try to package for HoloLens. We're using 4.25.3 We didnt have this problem with the old version of the plugin.
Log:
Log.txt

from mixedreality-uxtools-unreal.

luis-valverde-ms avatar luis-valverde-ms commented on May 22, 2024

Can you try replacing 'ScriptName' by 'DisplayName' in all the enum values in EUxtPaginateResult and EUxtScrollDirection? You should end up with something like this:

UENUM(BlueprintType)
enum class EUxtScrollDirection : uint8
{
	UpAndDown		UMETA(DisplayName = "Up And Down", Tooltip = "The menu will scroll vertically. In this case Tiers will specify the number of rows, and Viewable area will specify the number of columns that are viewable. The collection will populate by filling columns in order."),
	LeftAndRight		UMETA(DisplayName = "Left And Right", Tooltip = "The menu will scroll horizontally. In this case Tiers will specify the number of columns, and Viewable area will specify the number of rows that are viewable. The collection will populate by filling rows in order."),
};

UENUM(BlueprintType)
enum class EUxtPaginateResult : uint8
{
	Success				UMETA(DisplayName = "Success", Tooltip = "The operation completed successfuly."),
	Failed_ConcurrentOperation	UMETA(DisplayName = "Failed, Concurrent Operation", Tooltip = "The operation was aborted due to another move request that has not yet finished."),
	Failed_ConcurrentInteraction	UMETA(DisplayName = "Failed, Concurrent User Interaction", Tooltip = "The operation was aborted because there is another interaction with the object." ),
};

from mixedreality-uxtools-unreal.

Angelo-Gebauer avatar Angelo-Gebauer commented on May 22, 2024

Sorry, for now we will just use the old version. We don't really have time to test things.

from mixedreality-uxtools-unreal.

luis-valverde-ms avatar luis-valverde-ms commented on May 22, 2024

Resolved by Vanessa's fix: 2afc85b

from mixedreality-uxtools-unreal.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.