Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/GeometryCollection > API/Runtime/Chaos/GeometryCollection/Facades
References
| Module | Chaos |
| Header | /Engine/Source/Runtime/Experimental/Chaos/Public/GeometryCollection/Facades/CollectionUVFacade.h |
| Include | #include "GeometryCollection/Facades/CollectionUVFacade.h" |
Syntax
template<typename ManagedArrayType, int32 MaxArraySize>
struct TArrayOfAttributesAccessor
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< ManagedArrayType *, TFixedAllocator< MaxArraySize > > | Attributes |
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | Num () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| ManagedArrayType & | operator[]
(
int32 Idx |