UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
MeshPaintVirtualTexture Namespace Reference

Variables

TSet< IAllocatedVirtualTexture * > AllocatedVTs
 
FUniformParams Params
 
UE::FRecursiveMutex Mutex
 

Variable Documentation

◆ AllocatedVTs

TSet<IAllocatedVirtualTexture*> MeshPaintVirtualTexture::AllocatedVTs

A global set to track allocated mesh paint virtual textures.

◆ Mutex

UE::FRecursiveMutex MeshPaintVirtualTexture::Mutex

Mutex for the global state. The state is all accessed only on the render thread timeline, but the Params are accessed from render worker threads.

◆ Params

FUniformParams MeshPaintVirtualTexture::Params

The global scene uniform params cached from the last allocated VT.