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::GenerateRandomShortHexString
(
int32 NumChars
)
}
}
Remarks
Generate a N-letter GUID string that contains only hex digits, and contains at least one letter and one number. Used to create _UUID suffixes for making asset names unique, etc.