Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Inheritance Hierarchy
- UBakeMeshAttributeTool
- IGenericDataOperatorFactory
- UBakeMeshAttributeVertexTool
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/BakeMeshAttributeVertexTool.h |
| Include | #include "BakeMeshAttributeVertexTool.h" |
Syntax
UCLASS&40;&41;
class UBakeMeshAttributeVertexTool :
public UBakeMeshAttributeTool,
public UE::Geometry::IGenericDataOperatorFactory< UE::Geometry::FMeshVertexBaker >
Remarks
Vertex Baking Tool
Variables
| Type | Name | Description | |
|---|---|---|---|
| FBakeAnalytics | BakeAnalytics | ||
| bool | bColorTopologyValid | ||
| bool | bIsBakeToSelf | ||
| FBakeSettings | CachedBakeSettings | ||
| TUniquePtr< TGenericDataBackgroundCompute< UE::Geometry::FMeshVertexBaker > > | Compute | ||
| TSharedPtr< UE::Geometry::FDynamicMesh3, ESPMode::ThreadSafe > | DetailMesh | ||
| int32 | DetailMeshTimestamp | ||
| TSharedPtr< UE::Geometry::FDynamicMeshAABBTree3, ESPMode::ThreadSafe > | DetailSpatial | ||
| TObjectPtr< UBakeInputMeshProperties > | InputMeshSettings | ||
| int32 | NumColorElements | ||
| TObjectPtr< UMaterialInstanceDynamic > | PreviewAlphaMaterial | ||
| TObjectPtr< UMaterialInstanceDynamic > | PreviewMaterial | ||
| TObjectPtr< UPreviewMesh > | PreviewMesh | ||
| TObjectPtr< UBakeMeshAttributeVertexToolProperties > | Settings |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | GatherAnalytics
(
FBakeAnalytics::FMeshSettings& Data |
Computes the NumTargetMeshTris, NumDetailMesh and NumDetailMeshTris analytics. | |
| void | GatherAnalytics
(
const UE::Geometry::FMeshVertexBaker& Result, |
Records bake timing and settings data for analytics. | |
| void | OnResultUpdated
(
const TUniquePtr< UE::Geometry::FMeshVertexBaker >& NewResult |
||
| void | RecordAnalytics
(
const FBakeAnalytics& Data, |
Outputs an analytics event using the given analytics struct. | |
| void | SetSourceObjectVisible
(
bool bState |
||
| void | |||
| void | |||
| void | |||
| void | UpdateResult () |
||
| void |
Overridden from UMultiSelectionMeshEditingTool
| Type | Name | Description | |
|---|---|---|---|
| void | OnShutdown
(
EToolShutdownType ShutdownType |
Overridden from UInteractiveTool
| Type | Name | Description | |
|---|---|---|---|
| bool | CanAccept () |
||
| bool | HasAccept () |
||
| bool | HasCancel () |
||
| void | OnTick
(
float DeltaTime |
Allow the Tool to do any necessary processing on Tick | |
| void | Render
(
IToolsContextRenderAPI* RenderAPI |
Allow the Tool to do any custom drawing (ie via PDI/RHI) | |
| void | Setup () |
Called by ToolManager to initialize the Tool after ToolBuilder::BuildTool() has been called |
Overridden from IGenericDataOperatorFactory
| Type | Name | Description | |
|---|---|---|---|
| TUniquePtr< UE::Geometry::TGenericDataOperator< UE::Geometry::FMeshVertexBaker > > |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FBakeAnalytics | Analytics | ||
| FBakeSettings |