Navigation
API > API/Plugins > API/Plugins/ModelingComponents
Description
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.
| Name | UE::Modeling::GenerateRandomShortHexString |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/ModelingObjectsCreationAPI.h |
| Include Path | #include "ModelingObjectsCreationAPI.h" |
| Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Private/ModelingObjectsCreationAPI.cpp |
namespace UE
{
namespace Modeling
{
FString UE::Modeling::GenerateRandomShortHexString
(
int32 NumChars
)
}
}