Unable to enter session when texture_blocks are used in Verse

Reference ID

d06939ea-4b67-9467-8fbd-29840c4335c5

Please select what you are reporting on:

Unreal Editor for Fortnite

What Type of Bug are you experiencing?

Verse

Summary

Can’t start a session if “texture_block” was used in Verse

Steps to Reproduce

1 - Create project
2 - Import any texture
3 - Create Verse class
4 - Create texture_block with your texture in code
5 - Launch session

Expected Result

The project is launched

Observed Result

Can’t start a session (endless loading)
The project is marked as ‘Moderation’

Platform(s)

windows

Code example:

using { /Fortnite.com/Devices }
using { /Verse.org/Simulation }
using { /UnrealEngine.com/Temporary/Diagnostics }
using { /UnrealEngine.com/Temporary/SpatialMath }
using { /UnrealEngine.com/Temporary/UI }
using { /Verse.org/Assets }

Test_device := class(creative_device):
    OnBegin<override>()<suspends>:void=
        Widget := texture_block:
            DefaultImage := ProjectName.TextureName
            DefaultDesiredSize := vector2{X := 128.0, Y := 128.0}
1 Like