I’m following this tutorial on creating outlines for objects: How To Outline Objects | Unreal Engine - YouTube
In the video at 0:28 he creates a new object channel named “Interactable” which I’ve done. And at 12:18 he gets the variable and is able to split the pin. For some reason I get an error where it says “Cannot split the struct pin, it may be missing Blueprint exposed properties!”
I was hoping someone knows how to fix this problem, thanks!
Just to clarify, the gent in the vid called 2 different things Interactable, which is quite confusing. One of them is an object channel at 0:28, the other is a Hit Result promoted to a variable. These 2 have absolutely nothing to do with each other.
How did you create the struct you’re trying to split, could you show a screenshot of where you see the message?
You could also try dragging a wire from the struct and Break it instead. But both should work.
I found the issue, he never recorded the creation of the Interactable variable, which someone in the comments pointed out. He replied explaining what to do, thank you for the help though!