Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp > API/Plugins/MeshModelingToolsExp/UBakeMeshAttributeMapsToolBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void UpdatePreview
(
EBakeMapType PreviewMapType |
Update the preview material parameters for a given a Bake type. | BakeMeshAttributeMapsToolBase.h | |
void UpdatePreview
(
const FString& PreviewDisplayName, |
Update the preview material parameters for a given Bake type display name. | BakeMeshAttributeMapsToolBase.h |
UpdatePreview(EBakeMapType)
Description
Update the preview material parameters for a given a Bake type.
| Name | UpdatePreview |
| 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 |
void UpdatePreview
(
EBakeMapType PreviewMapType
)
Parameters
| Name | Remarks |
|---|---|
| PreviewMapType | EBakeMapType to preview |
UpdatePreview(const FString &, const TMap< FString, FString > &)
Description
Update the preview material parameters for a given Bake type display name.
| Name | UpdatePreview |
| 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 |
void UpdatePreview
(
const FString & PreviewDisplayName,
const TMap < FString, FString > & MapPreviewNamesMap
)
Parameters
| Name | Remarks |
|---|---|
| PreviewDisplayName | Displayed UI preview name to preview |
| MapPreviewNamesMap | Map containing the list of displayed preview name to enum string value. |