Blueprint Runtime Error: “Accessed None trying to read property UI_WrapBoxRef”. Node: Add Child to Wrap Box Graph: ShowPackageUI Function: Show Package UI Blueprint: CB_0
1 Like
The variable UI_WrapBoxRef
is null so most likely, you need to assign a proper widget reference to it. Double check your execution flow.
1 Like