Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Inheritance Hierarchy
- UBakeMeshAttributeTool
- IGenericDataOperatorFactory
- UBakeMeshAttributeMapsToolBase
- UBakeMultiMeshAttributeMapsTool
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/BakeMultiMeshAttributeMapsTool.h |
| Include | #include "BakeMultiMeshAttributeMapsTool.h" |
Syntax
UCLASS&40;&41;
class UBakeMultiMeshAttributeMapsTool : public UBakeMeshAttributeMapsToolBase
Remarks
N-to-1 Detail Map Baking Tool
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< TSharedPtr< UE::Geometry::TImageBuilder< FVector4f > > > | CachedColorImages | ||
| TArray< int > | CachedColorUVLayers | ||
| FBakeMultiMeshDetailSettings | CachedDetailSettings | Cached detail mesh data. | |
| FTextureImageMap | CachedMeshToColorImagesMap | ||
| TSharedPtr< UE::Geometry::FMeshSceneAdapter, ESPMode::ThreadSafe > | DetailMeshScene | ||
| TObjectPtr< UBakeMultiMeshInputToolProperties > | InputMeshSettings | ||
| TObjectPtr< UBakeMeshAttributeMapsResultToolProperties > | ResultSettings | ||
| TObjectPtr< UBakeMultiMeshAttributeMapsToolProperties > | Settings | Need to update bResultValid if these are modified, so we don't publicly expose them. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | GatherAnalytics
(
FBakeAnalytics::FMeshSettings& Data |
||
| void | |||
| void | |||
| EBakeOpState |
Overridden from UBakeMeshAttributeMapsToolBase
| Type | Name | Description | |
|---|---|---|---|
| FString | Analytics. | ||
| void | UpdateResult () |
Process dirty props and update background compute. Invoked during Render. | |
| void | Updates the preview material on the preview mesh with the computed results. |
Overridden from UMultiSelectionMeshEditingTool
| Type | Name | Description | |
|---|---|---|---|
| void | OnShutdown
(
EToolShutdownType ShutdownType |
Overridden from UInteractiveTool
| Type | Name | Description | |
|---|---|---|---|
| bool | CanAccept () |
||
| bool | HasAccept () |
||
| bool | HasCancel () |
||
| 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::FMeshMapBaker > > |
Typedefs
| Name | Description |
|---|---|
| FTextureImageData | |
| FTextureImageMap |