rerun
rerun copied to clipboard
Load blueprint file via SDK
Is your feature request related to a problem? Please describe. For more general code that is not application-specific it would be more convenient to save a good setup once from the viewer and then restore it from a file.
For our examples we could add this rbl file to the repo or download it with the data.
Describe the solution you'd like Add a function that allows to load an rbl file. Ideally this function would have an option whether the blueprint should be applied even when the user has made changes already.
Describe alternatives you've considered With a C++ blueprint API it might be possible to implement this behavior; however it would require another configuration system on top.