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

#include <CopyTextureShaders.h>

Public Attributes

uint32 ThreadGroupSizeX = 0u
 
uint32 ThreadGroupSizeY = 0u
 
uint32 ThreadGroupSizeZ = 0u
 
ECopyTextureResourceType SrcType
 
ECopyTextureResourceType DstType
 
ECopyTextureValueType ValueType
 
uint32 NumChannels
 

Member Data Documentation

◆ DstType

ECopyTextureResourceType CopyTextureCS::DispatchContext::DstType

◆ NumChannels

uint32 CopyTextureCS::DispatchContext::NumChannels

◆ SrcType

ECopyTextureResourceType CopyTextureCS::DispatchContext::SrcType

◆ ThreadGroupSizeX

uint32 CopyTextureCS::DispatchContext::ThreadGroupSizeX = 0u

◆ ThreadGroupSizeY

uint32 CopyTextureCS::DispatchContext::ThreadGroupSizeY = 0u

◆ ThreadGroupSizeZ

uint32 CopyTextureCS::DispatchContext::ThreadGroupSizeZ = 0u

◆ ValueType

ECopyTextureValueType CopyTextureCS::DispatchContext::ValueType

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