DataTableUtils::MakeValidName

Util that removes invalid chars and then make an [FName](API\Runtime\Core\UObject\FName).

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/DataTableUtils.h

Include

#include "DataTableUtils.h"

Source

/Engine/Source/Runtime/Engine/Private/DataTableUtils.cpp

Syntax

namespace DataTableUtils
{
    FName DataTableUtils::MakeValidName
    (
        const FString & InString
    )
}

Remarks

Util that removes invalid chars and then make an FName.

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