Try using SpawnActorFromBlueprint or SpawnActorFromClass (outside of the construction script) in a Blueprint to prototype your functionality; move it to C++ if you have to
Try using SpawnActorFromBlueprint or SpawnActorFromClass (outside of the construction script) in a Blueprint to prototype your functionality; move it to C++ if you have to