Search found 2 matches

by ersenal
18 Jul 2024, 19:45
Forum: General Discussion
Replies: 2
Views: 2516

Re: Some bindings fail in packaged builds (UE 5.4.3)

This was apparently due to FName shenanigans. I had to set WITH_CASE_PRESERVING_NAME for runtime/packaged builds to make it work. Though, I ultimately decided that I should probably follow UE's naming conventions to reduce the overall friction going forward.
by ersenal
18 Jul 2024, 11:44
Forum: General Discussion
Replies: 2
Views: 2516

Some bindings fail in packaged builds (UE 5.4.3)

Hi there! I've noticed that some of my properties are not being bound correctly (always the same properties) in packaged builds, even though editor builds seem to be completely fine. The data context is a UNoesisInstance and I set the XAML inside the constructor like so: UOptionsMenu::UOptionsMenu()...