Load a Sprite without loading the texture it's referencing?

Hey guys,

Is there a way to load UPaperSprite without loading the texture its referencing.
In my case the texture in question is very big, so if I load the sprite and swap the texture it’s using, I’ll end up with two massive textures in memory (while I can only have one).