yes,i use ue4.7.3, here is the spawn code,it trigger by key event:
UPROPERTY(EditDefaultsOnly, Category = Placeable)
TSubclassOf PlaceableActorClass;
UWorld* const World = GetWorld();
World->SpawnActor(PlaceableActorClass, SpawnLocation, SpawnRotation);