aquanox / SubsystemBrowserPlugin

Plugin that adds a Subsystem Browser panel for Unreal Engine Editor to explore running subsystems and edit their properties.
MIT License
276 stars 44 forks source link

Add default values to Struct to avoid packaging fail. #8

Closed BenVlodgi closed 6 hours ago

BenVlodgi commented 11 months ago

When packaging project on UE 5.2.1, these uninitialized struct members would cause the packaging to fail. I don't know why it cared for an editor plugin, but it did.