Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp > API/Plugins/MeshModelingToolsExp/UBakeMeshAttributeMapsToolBase
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/BakeMeshAttributeMapsToolBase.h |
| Include | #include "BakeMeshAttributeMapsToolBase.h" |
| Source | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Private/BakeMeshAttributeMapsToolBase.cpp |
void OnMapsUpdated
&40;
const TUniquePtr< UE::Geometry::FMeshMapBaker > & NewResult
&41;
Remarks
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.
Parameters
| Name | Description |
|---|---|
| NewResult | the resulting FMeshMapBaker from the background Compute |