Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating for UE4.27/5 and BP Interface #4

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Reticulatas
Copy link

Fixed:

  • SetText not updating contents
  • GC CollectReferences warning due to BYGRichTextModule not implementing the new FGCObject interface

Added:

  • Blueprint interface for SetText/GetText

@nsticco
Copy link

nsticco commented Sep 8, 2022

Thank you, this was very helpful for me!

@keoir
Copy link

keoir commented Jul 9, 2023

For some reason, this version is not working in a packaged build; do you have any ideas? It works fine in-editor, but once I package it, nothing works.

@Reticulatas
Copy link
Author

Unsure- usually the reason for these things not working in a package build is due to garbage collection. Editor holds onto the references longer than the real game does and prevents odd issues like this.

@mclark4386
Copy link

5.3.1 Has made things more difficult with various deprecations and changes to the way the system builds. I got it building but now it will link in Windows, but not Mac... I was really only using this for simple stuff like bold and italics, so probably about to just move to the standard RichTextBlock... bit said about that, but I'm sure @benui-dev has better things to do now^^ Was a great plugin while it lasted!

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

Successfully merging this pull request may close these issues.

4 participants