(UE5) How to spawn blueprint actor with C++?

maybe you also need the position, rotation and spawnparameters? something like this?

GetWorld()->SpawnActor<AEditorNote>(m_noteToCreate,pos,rot,SpawnParams);
3 Likes