I need some help loading the character clothes that was saved into the Enums. I still do not see the character loading in level 2.
- In Game Instance, I created a “Construct Avatar” function to load the STRUCT, break out the Enum categories, get the Third Person Character, and show the appropriate clothes based on the Enum category selection.
(The show clothing functions are coming from the Third Person Character BP, so I’m casting to the Third Person Character BP to grab the show clothing functions.) - Then, when level 2 opens, run the “Construct Avatar” function.