UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
CollectionUVFacade.h File Reference

Go to the source code of this file.

Classes

struct  GeometryCollection::UV::TArrayOfAttributesAccessor< ManagedArrayType, MaxArraySize >
 
class  GeometryCollection::Facades::FCollectionUVFacade
 

Namespaces

namespace  GeometryCollectionUV
 
namespace  GeometryCollection
 
namespace  GeometryCollection::UV
 
namespace  GeometryCollection::Facades
 

Typedefs

using GeometryCollection::UV::FUVLayers = TArrayOfAttributesAccessor< TManagedArray< FVector2f >, 8 >
 
using GeometryCollection::UV::FConstUVLayers = TArrayOfAttributesAccessor< const TManagedArray< FVector2f >, 8 >
 

Enumerations

enum  { GeometryCollectionUV::MAX_NUM_UV_CHANNELS = 8 }
 

Functions

bool GeometryCollection::UV::HasValidUVs (const FManagedArrayCollection &Collection)
 
bool GeometryCollection::UV::SetNumUVLayers (FManagedArrayCollection &Collection, int32 NumLayers)
 
int32 GeometryCollection::UV::GetNumUVLayers (const FManagedArrayCollection &Collection)
 
void GeometryCollection::UV::DefineUVSchema (FManagedArrayCollection &Collection)
 
const TManagedArray< FVector2f > * GeometryCollection::UV::FindUVLayer (const FManagedArrayCollection &Collection, int32 UVLayer)
 
TManagedArray< FVector2f > * GeometryCollection::UV::FindUVLayer (FManagedArrayCollection &Collection, int32 UVLayer)
 
const TManagedArray< FVector2f > & GeometryCollection::UV::GetUVLayer (const FManagedArrayCollection &Collection, int32 UVLayer)
 
TManagedArray< FVector2f > & GeometryCollection::UV::ModifyUVLayer (FManagedArrayCollection &Collection, int32 UVLayer)
 
FUVLayers GeometryCollection::UV::FindActiveUVLayers (FManagedArrayCollection &Collection)
 
FConstUVLayers GeometryCollection::UV::FindActiveUVLayers (const FManagedArrayCollection &Collection)
 
void GeometryCollection::UV::SetUVs (FManagedArrayCollection &Collection, int32 VertexIdx, TArrayView< const FVector2f > UVs)
 
void GeometryCollection::UV::MatchUVLayerCount (FManagedArrayCollection &ToCollection, const FManagedArrayCollection &FromCollection)