[C++]2 Short Questions

  1. I want to save some volume settings. And i want to save the settings. But some sounds are played in c++ and the others in Blueprint. Also i use the UMG thingy. Because there are no good Slate tutorials. Is there a way to call C++ functions in blueprint ? Or get Variables from C++ in blueprint.

2.Is there a way to interact with UMG and C++ ? Like referencing UMG in C++ and override button events.

  1. Yes, absolutely. The following references should get you started:

How to call C++ functions from Blueprint

Call a C++ functions from Blueprint

Creating C++ functions as Blueprint Nodes

  1. This approach seems to be the suggested route.