AssetGenerationUtil::StripGeneratedAssetSuffixFromName

Strip the appended auto-generated _UUID suffix on the given string, if we can detect one

Windows
MacOS
Linux

References

Module

ModelingComponents

Header

/Engine/Plugins/Experimental/MeshModelingToolset/Source/ModelingComponents/Public/AssetGenerationUtil.h

Include

#include "AssetGenerationUtil.h"

Source

/Engine/Plugins/Experimental/MeshModelingToolset/Source/ModelingComponents/Private/AssetGenerationUtil.cpp

Syntax

namespace AssetGenerationUtil
{
    FString AssetGenerationUtil::StripGeneratedAssetSuffixFromName
    (
        FString InputName
    )
}

Remarks

Strip the appended auto-generated _UUID suffix on the given string, if we can detect one

Returns

InputName without _UUID suffix

Parameters

Parameter

Description

InputName

input string that may have _UUID suffix

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss