How to move a PaperSpriteActor via BP?

I’ve create a BP class that the Parent Class is PaperSpriteActor, and add the Scene Component, but I can’t use the SetActorLocation Node to move it.
So how to do that I can move the PaperSpriteActor via BP?

When I set the Parent Class to Actor.h, add Scene and PaperSprite Component, it work.