当在树状结构中存储值时,怪异的虚幻FSTRING行为

发布于 2025-01-22 02:42:35 字数 1078 浏览 0 评论 0原文

因此,我目前正在尝试为UE4分配游戏创建类似树状的结构,我目前正在努力制作基于文本的“选择您自己的冒险”游戏。

这就是存储在树的每个节点中的内容,每个节点都是Eventsystem_event CPP类和与将出现在与该路径有关的按钮上的文本有关的FSTRING。

这是一个测试树,仅导致四个死胡同事件。

现在是奇怪的部分。 这就是我在树上填充每个节点的方式:

,并且,随着我逐步介绍变量,它们似乎得到了正确分配。但!

当我检查Testevent的最终结果时,我会得到这个怪异的混乱,当我尝试访问数据时,将其定义为“无效”。 如您所见,顶部节点中的数据正确设置了(“测试事件文本1”),但是任何其他节点似乎都会让他们的文本都伴随着垃圾字符的混乱。我尝试使用FSTRING(text())设置FSTRINGS,但这仍然不起作用。

有什么明显的东西,我缺少C ++明智的明智,还是虚幻的破坏了?

So I'm currently trying to create a tree-like structure for a UE4 assignment game I'm currently working on to make a text based "choose your own adventure" game.

This is what is stored in each node of the tree, with each node being a EventSystem_Event cpp class and an FString relating to the text that will appear on the button relating to that path.

enter image description here

And this is a test tree that simply leads to four dead end events.
enter image description here

Now for the weird part.
This is how I'm populating each node in the tree:
enter image description here

And, as I step through the variables, they seem to get assigned correctly. BUT!

The moment I check the final result of testEvent I get this weird garbled mess, and when I try to access the data is defines it as "invalid".
enter image description here
As you can see, the data in the very top node is set correctly ("Test event text 1"), but any further nodes seem to have their text all jumbled up with garbage characters. I've tried setting the FStrings with FString(TEXT()) but that still didn't work.

Is there something blazingly obvious that I'm missing C++ wise, or is Unreal broken?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文