Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Vertex Baking Tool
| Name | UBakeMeshAttributeVertexTool |
| Type | class |
| Header File | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/BakeMeshAttributeVertexTool.h |
| Include Path | #include "BakeMeshAttributeVertexTool.h" |
Syntax
UCLASS (MinimalAPI)
class UBakeMeshAttributeVertexTool :
public UBakeMeshAttributeTool ,
public UE::Geometry::IGenericDataOperatorFactory< UE::Geometry::FMeshVertexBaker >
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveTool → UMultiSelectionTool → UMultiSelectionMeshEditingTool → UBakeMeshAttributeTool → UBakeMeshAttributeVertexTool
Implements Interfaces
- IGenericDataOperatorFactory
- IInputBehaviorSource
- IInteractiveToolCameraFocusAPI
- IInteractiveToolExclusiveToolAPI
- IInteractiveToolManageGeometrySelectionAPI
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UBakeMeshAttributeVertexTool() |
BakeMeshAttributeVertexTool.h |
Structs
| Name | Remarks |
|---|---|
| FBakeAnalytics | Analytics |
| FBakeSettings |
Functions
Public
Overridden from UMultiSelectionMeshEditingTool
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnShutdown
(
EToolShutdownType ShutdownType |
BakeMeshAttributeVertexTool.h |
Overridden from UInteractiveTool
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanAccept() |
BakeMeshAttributeVertexTool.h | ||
virtual bool HasAccept() |
BakeMeshAttributeVertexTool.h | ||
virtual bool HasCancel() |
BakeMeshAttributeVertexTool.h | ||
virtual void OnTick
(
float DeltaTime |
BakeMeshAttributeVertexTool.h | ||
virtual void Render
(
IToolsContextRenderAPI* RenderAPI |
BakeMeshAttributeVertexTool.h | ||
virtual void Setup() |
BakeMeshAttributeVertexTool.h |
Overridden from IGenericDataOperatorFactory
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TUniquePtr< UE::Geometry::TGenericDataOperator< UE::Geometry::FMeshVertexBaker > > MakeNewOperator() |
BakeMeshAttributeVertexTool.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GatherAnalytics
(
FBakeAnalytics::FMeshSettings& Data |
Computes the NumTargetMeshTris, NumDetailMesh and NumDetailMeshTris analytics. | BakeMeshAttributeVertexTool.h | |
void OnResultUpdated
(
const TUniquePtr< UE::Geometry::FMeshVertexBaker >& NewResult |
BakeMeshAttributeVertexTool.h | ||
void SetSourceObjectVisible
(
bool bState |
BakeMeshAttributeVertexTool.h | ||
void UpdateColorTopology() |
Regenerates the VertexColorOverlay topology of the PreviewMesh per our Settings | BakeMeshAttributeVertexTool.h | |
void UpdateDetailMesh() |
BakeMeshAttributeVertexTool.h | ||
void UpdateOnModeChange() |
BakeMeshAttributeVertexTool.h | ||
void UpdateResult() |
BakeMeshAttributeVertexTool.h | ||
void UpdateSourceVertexColors() |
Copies the vertex colors from the TargetMesh to the PreviewMesh | BakeMeshAttributeVertexTool.h | |
void UpdateVisualization() |
BakeMeshAttributeVertexTool.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void GatherAnalytics
(
const UE::Geometry::FMeshVertexBaker& Result, |
Records bake timing and settings data for analytics. | BakeMeshAttributeVertexTool.h | |
static void RecordAnalytics
(
const FBakeAnalytics& Data, |
Outputs an analytics event using the given analytics struct. | BakeMeshAttributeVertexTool.h |