I figured it out. CharacterMovement, the component that Characters have in them by default, will automatically move the character to the ground when it is teleported slightly above or below the ground. I had to set MovementMode to None, move the actor 30 units above ground, then set MovementMode to falling for the teleport to work