![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MeshElementContainer.h>
Inheritance diagram for TMeshElementContainer< ElementIDType >:Classes | |
| class | TElementIDs |
Friends | |
| FArchive & | operator<< (FArchive &Ar, TMeshElementContainer &Container) |
Additional Inherited Members | |
Protected Attributes inherited from FMeshElementContainer | |
| TBitArray | BitArray |
| FAttributesSetBase | Attributes |
| int32 | NumHoles = 0 |
Templated specialization for type-safety.
|
inline |
Add a new element at the next available index, and return the new ID
|
inline |
Accessor for attributes
|
inline |
|
inline |
Return iterable proxy object from container
|
inline |
Returns the first valid ID
|
inline |
Inserts a new element with the given index
|
inline |
Returns whether the given ID is valid or not
|
inline |
Removes the element with the given ID
|
friend |
Serializer