- Hi, I need to replace entire widget from project.
Is there any way to replace widget with same types in one shot in cpp?
I may be wrong and I may be misunderstanding what you are asking but given the picture you submitted as an example, I am going to say no there is not a way to do this in CPP. What you are showing in the blueprint with replace
is a function/macro of the editor itself. You can not manipulate CPP files from the editor which is why we need an IDE such as VS in order to manipulate CPP files.
1 Like