UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FVTTranscodeKey Struct Reference

#include <VirtualTextureTranscodeCache.h>

Public Attributes

union { 
 
   uint64   Key 
 
   struct { 
 
      uint32   ProducerID 
 
      uint32   vAddress: 24 
 
      uint32   vLevel: 4 
 
      uint32   LayerMask: 4 
 
   }  
 
};  
 
uint16 Hash
 

Member Data Documentation

◆ [union]

union { ... } FVTTranscodeKey

◆ Hash

uint16 FVTTranscodeKey::Hash

◆ Key

uint64 FVTTranscodeKey::Key

◆ LayerMask

uint32 FVTTranscodeKey::LayerMask

◆ ProducerID

uint32 FVTTranscodeKey::ProducerID

◆ vAddress

uint32 FVTTranscodeKey::vAddress

◆ vLevel

uint32 FVTTranscodeKey::vLevel

The documentation for this struct was generated from the following file: