FSkeletalMeshImportData::FixupBoneName

Takes an imported bone name, removes any leading or trailing spaces, and converts the remaining spaces to dashes.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Rendering/SkeletalMeshLODImporterData.h

Include

#include "Rendering/SkeletalMeshLODImporterData.h"

Source

/Engine/Source/Runtime/Engine/Private/Rendering/SkeletalMeshLODImporterData.cpp

Syntax

static FString FixupBoneName
(
    FString InBoneName
)

Remarks

Takes an imported bone name, removes any leading or trailing spaces, and converts the remaining spaces to dashes.

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