Navigation
API > API/Plugins > API/Plugins/MeshPaintingToolset
Struct for some static helper functions to store tool properties.
| Name | FMeshPaintToolSettingHelpers |
| Type | class |
| Header File | /Engine/Plugins/MeshPainting/Source/MeshPaintingToolset/Public/MeshPaintHelpers.h |
| Include Path | #include "MeshPaintHelpers.h" |
Syntax
class FMeshPaintToolSettingHelpers
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TCHAR const * GetCacheIdentifier() |
Get unique string used to identify property set in cache. | MeshPaintHelpers.h | |
static void RestorePropertiesForClassHeirachy
(
UInteractiveTool* InTool, |
Restore properties in a property that were saved in this session. | MeshPaintHelpers.h | |
static void SavePropertiesForClassHeirachy
(
UInteractiveTool* InTool, |
Store properties in a property set for later restore in a session. | MeshPaintHelpers.h |