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

Public Member Functions

bool IsValid () const
 
FRHITextureGetTextureRHI () const
 

Public Attributes

uint32 Id = InvalidSlotIndex
 
uint32 SliceIndex = InvalidSliceIndex
 
uint32 RefCount = 0
 
FIntPoint CachedResolution = FIntPoint::ZeroValue
 
FTextureReferenceRHIRef SourceTexture = nullptr
 
bool bForceRefresh = false
 

Member Function Documentation

◆ GetTextureRHI()

FRHITexture * IESAtlas::FAtlasSlot::GetTextureRHI ( ) const
inline

◆ IsValid()

bool IESAtlas::FAtlasSlot::IsValid ( ) const
inline

Member Data Documentation

◆ bForceRefresh

bool IESAtlas::FAtlasSlot::bForceRefresh = false

◆ CachedResolution

FIntPoint IESAtlas::FAtlasSlot::CachedResolution = FIntPoint::ZeroValue

◆ Id

uint32 IESAtlas::FAtlasSlot::Id = InvalidSlotIndex

◆ RefCount

uint32 IESAtlas::FAtlasSlot::RefCount = 0

◆ SliceIndex

uint32 IESAtlas::FAtlasSlot::SliceIndex = InvalidSliceIndex

◆ SourceTexture

FTextureReferenceRHIRef IESAtlas::FAtlasSlot::SourceTexture = nullptr

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