Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/UCreateMeshObjectTypeProperties
Description
Utility function to configure a FCreateMeshObjectParams based on current settings
- for StaticMesh, set ParamsOut.TypeHint
- for Volume, if in UE Editor, set ParamsOut.TypeHint and ParamsOut.TypeHintClass
| Name | ConfigureCreateMeshObjectParams |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/PropertySets/CreateMeshObjectTypeProperties.h |
| Include Path | #include "PropertySets/CreateMeshObjectTypeProperties.h" |
| Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Private/PropertySets/CreateMeshObjectTypeProperties.cpp |
virtual bool ConfigureCreateMeshObjectParams
(
FCreateMeshObjectParams & ParamsOut
) const