Navigation
API > API/Runtime > API/Runtime/MeshUtilitiesCommon > API/Runtime/MeshUtilitiesCommon/FAllocator2D
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAllocator2D
(
const FAllocator2D& Other |
Take control of the copy assignment to reduce the amount of data movement to the strict minimum. | Allocator2D.h | |
FAllocator2D
(
EMode Mode, |
Allocator2D.h |
FAllocator2D(const FAllocator2D &)
Description
Take control of the copy assignment to reduce the amount of data movement to the strict minimum.
| Name | FAllocator2D |
| Type | function |
| Header File | /Engine/Source/Runtime/MeshUtilitiesCommon/Public/Allocator2D.h |
| Include Path | #include "Allocator2D.h" |
FAllocator2D
(
const FAllocator2D & Other
)
FAllocator2D(EMode, uint32, uint32, ELightmapUVVersion)
| Name | FAllocator2D |
| Type | function |
| Header File | /Engine/Source/Runtime/MeshUtilitiesCommon/Public/Allocator2D.h |
| Include Path | #include "Allocator2D.h" |
| Source | /Engine/Source/Runtime/MeshUtilitiesCommon/Private/Allocator2D.cpp |
FAllocator2D
(
EMode Mode,
uint32 Width,
uint32 Height,
ELightmapUVVersion LayoutVersion
)