Allar / ue5-style-guide

An attempt to make Unreal Engine 4 projects more consistent
http://ue5.style
MIT License
5.32k stars 1.15k forks source link

Runtime Virtual Textures #38

Open drichardson opened 5 years ago

drichardson commented 5 years ago

Add entry for Runtime Virtual Texture Assets.

In spite of the name, URuntimeVirtualTexture is a sub-class of UObject, not UTexture. Therefore, it probably should not be prefixed with T_, since it cannot be used where textures are normally used.

I propose using RVT as the prefix, as Runtime Virtual Textures are abbreviated like this in the documentation.

Assuming this is good with anyone who cares, I'll have a PR for the change in a bit.