Navigation
API > API/Plugins > API/Plugins/ModelingComponents
References
| Module | ModelingComponents |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/ModelingObjectsCreationAPI.h |
| Include | #include "ModelingObjectsCreationAPI.h" |
| Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Private/ModelingObjectsCreationAPI.cpp |
namespace UE
{
namespace Modeling
{
FString UE::Modeling::StripGeneratedAssetSuffixFromName
(
FString InputName
)
}
}
Remarks
Strip the appended auto-generated _UUID suffix on the given string, if we can detect one InputName without _UUID suffix
Parameters
| Name | Description |
|---|---|
| InputName | input string that may have _UUID suffix |