Navigation
API > API/Runtime > API/Runtime/MeshDescription > API/Runtime/MeshDescription/FMeshElementContainer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| MeshElementContainer.h | |||
FMeshElementContainer
(
const FMeshElementContainer& |
MeshElementContainer.h | ||
FMeshElementContainer
(
FMeshElementContainer&& Other |
Move constructor which ensures that NumHoles is set correctly in the moved object | MeshElementContainer.h |
FMeshElementContainer()
| Name | FMeshElementContainer |
| Type | function |
| Header File | /Engine/Source/Runtime/MeshDescription/Public/MeshElementContainer.h |
| Include Path | #include "MeshElementContainer.h" |
FMeshElementContainer()
FMeshElementContainer(const FMeshElementContainer &)
| Name | FMeshElementContainer |
| Type | function |
| Header File | /Engine/Source/Runtime/MeshDescription/Public/MeshElementContainer.h |
| Include Path | #include "MeshElementContainer.h" |
FMeshElementContainer
(
const FMeshElementContainer &
)
FMeshElementContainer(FMeshElementContainer &&)
Description
Move constructor which ensures that NumHoles is set correctly in the moved object
| Name | FMeshElementContainer |
| Type | function |
| Header File | /Engine/Source/Runtime/MeshDescription/Public/MeshElementContainer.h |
| Include Path | #include "MeshElementContainer.h" |
FMeshElementContainer
(
FMeshElementContainer && Other
)