Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp > API/Plugins/MeshModelingToolsExp/UBakeMeshAttributeMapsToolBase
Description
Retrieves the result of the FMeshMapBaker and generates UTexture2D into the CachedMaps. It is the responsibility of the client to ensure that CachedMaps is appropriately sized for the range of index values in MapIndex.
| Name | OnMapsUpdated |
| Type | function |
| Header File | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/BakeMeshAttributeMapsToolBase.h |
| Include Path | #include "BakeMeshAttributeMapsToolBase.h" |
| Source | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Private/BakeMeshAttributeMapsToolBase.cpp |
void OnMapsUpdated
(
const TUniquePtr < UE::Geometry::FMeshMapBaker > & NewResult
)
Parameters
| Name | Remarks |
|---|---|
| NewResult | the resulting FMeshMapBaker from the background Compute |