Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp > API/Plugins/MeshModelingToolsExp/UBakeMeshAttributeMapsToolBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GatherAnalytics
(
FBakeAnalytics::FMeshSettings& Data |
Computes the NumTargetMeshTris, NumDetailMesh and NumDetailMeshTris analytics. | BakeMeshAttributeMapsToolBase.h | |
static void GatherAnalytics
(
const UE::Geometry::FMeshMapBaker& Result, |
Records bake timing and settings data for analytics. | BakeMeshAttributeMapsToolBase.h |
GatherAnalytics(FBakeAnalytics::FMeshSettings &)
Description
Computes the NumTargetMeshTris, NumDetailMesh and NumDetailMeshTris analytics.
| Name | GatherAnalytics |
| 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 |
virtual void GatherAnalytics
(
FBakeAnalytics::FMeshSettings & Data
)
Parameters
| Name | Remarks |
|---|---|
| Data | the mesh analytics data to compute |
GatherAnalytics(const UE::Geometry::FMeshMapBaker &, const FBakeSettings &, FBakeAnalytics &)
Description
Records bake timing and settings data for analytics.
| Name | GatherAnalytics |
| 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 |
static void GatherAnalytics
(
const UE::Geometry::FMeshMapBaker & Result,
const FBakeSettings & Settings,
FBakeAnalytics & Data
)
Parameters
| Name | Remarks |
|---|---|
| Result | the result of the bake. |
| Settings | The bake settings used for the bake. |
| Data | the output bake analytics struct. |