npruehs / ue4-rts

Real-time strategy plugin and showcase for Unreal Engine 4.
MIT License
747 stars 151 forks source link

Use engine Texture2D::UpdateTextureRegions #76

Closed erikdubbelboer closed 6 years ago

erikdubbelboer commented 6 years ago

The Engine version of Texture2D::UpdateTextureRegions works exactly the same so just use that instead of copying it into our code.

npruehs commented 6 years ago

Wow - didn't know that. Thanks :)