I’m just reading up on structs but I’m at work so I can’t test it for the next 8 hours and I’m really curious, is it possible to use a struct like a variable, that you can set values for in the construction script and then call those stored values later, either through the construction script or through an event graph?
yes it is, its the same as creating any other type of variable in BP. just click add new variable and in the types list theres a category for structs or you can type the name of the struct you wanna use. from there you can get/set and break it
Oh man that’s fantastic Thanks for the info!
One more question, is it possible to use the construction script to set the name of an Enum variable? I.E. use a text variable and feed it into one of the Enum drop-down options to set what that drop-down option is labeled?