Making a BP child of LyraPlayerState crashes editor when trying to open the BP

With a clean Lyra Starter Game project, create BP with LyraPlayerState as the parent. Go to open the BP and the editor crashes with this error

Assertion failed: GameState [File:D:\UE\Projects\LyraStarterGame\Source\LyraGame\Player\LyraPlayerState.cpp] [Line: 150]

Which is a check(GameState) macro. How can I create a BP child of LyraPlayerState?

Hi there
There’s a previous post about this topic:

Thank you for letting me know :grinning:

1 Like