Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp > API/Plugins/MeshModelingToolsExp/UBakeMeshAttributeVertexTool > API/Plugins/MeshModelingToolsExp/UBakeMeshAttributeVertexTool/GatherAnalytics
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/BakeMeshAttributeVertexTool.h |
| Include | #include "BakeMeshAttributeVertexTool.h" |
| Source | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Private/BakeMeshAttributeVertexTool.cpp |
static void GatherAnalytics
(
const UE::Geometry::FMeshVertexBaker & Result,
const FBakeSettings & Settings,
FBakeAnalytics & Data
)
Remarks
Records bake timing and settings data for analytics.
Parameters
| Name | Description |
|---|---|
| Result | the result of the bake. |
| Settings | The bake settings used for the bake. |
| Data | the output bake analytics struct. |