[Unreal 5] Custom Structs aren't showing up as variable types in blueprints

As the questions states, I’ve made a custom Struct called KatStruct that contains a single array of Pose Snapshots. I created a variable in a different blueprint that I would like to make of type KatStruct but it doesn’t show up in the variable type list. Any thoughts what I could be missing?

2 Likes

there is a search tab when you click on select variable type.
Type in katstruct.

Yes, that’s what I tried but nothing shows up when I type it in. I’ve had this work fine in Unreal 4, but I can’t get it to work in Unreal 5.

2 Likes

recompile the struct and save all.
Then try again.

3 Likes

Ahh, thank you. I see the issue. For some reason it wasn’t compiling. Deleted my variable and recreated it and everything worked. Thank you!!!

2 Likes