UE5 C++ 12 - How To Create Blueprint Asset with C++? - Unreal Engine Tutorial Editor CPP

Blueprint assets are more complicated to create than normal assets so you’ll have to do some prety manual steps by going trough FAssetRegistryModule, FKismetEditorUtilities & IKismetCompilerInterface.