t.tutiya
(t.tutiya)
May 8, 2023, 5:22am
1
Hi. I encountered the following bug while writing the code for Verse.
I would appreciate it if you could tell me which is the best place to submit a bug report about Verse, “Issues and Bug Reporting” or here.
when I build the following code and build on UEFN, so UEFN crashed.
using { /Fortnite.com/Devices }
using { /Verse.org/Simulation }
using { /UnrealEngine.com/Temporary/Diagnostics }
class4(t : type) := class:
Property : ?t
Flatten(X:?class4(t2) where t2:type):?t2 =
if (Y := X):
Y.Property
else:
false
hello_world_device := class(creative_device):
OnBegin<override>()<suspends>:void=
X := class4(int){Property := option{1}}
Fla…
when I write the following code and build on UEFN, then UEFN crashed.
using { (/localhost/MyProjct:)NewModule.customMA }
[image]
[image]
Is the following a similar problem?
The following code does not work correctly.
using { /Fortnite.com/Devices }
using { /Verse.org/Simulation }
using { /UnrealEngine.com/Temporary/Diagnostics }
voidVal:int = 456
testVerse := class(creative_device):
(testVerse:)voidVal:int = 123
OnBegin<override>()<suspends>:void=
Print("{(testVerse:)voidVal}") #OK
Print("{(MyProject:)voidVal}") #NG. No output, and Editor becomes unstable
[image]
Flak
(Flak)
May 17, 2023, 12:17pm
2
If you could use the form here: Fortnite Creative
You’re also free to post in the bug report forum!
1 Like
t.tutiya
(t.tutiya)
May 18, 2023, 1:56am
3
Thank you! Next time I find a bug, I’ll post it on the form as well.