UCurveTable::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/Classes/Engine/CurveTable.h

Include

#include "Engine/CurveTable.h"

Source

/Engine/Source/Runtime/Engine/Private/CurveTable.cpp

Syntax

static FName MakeValidName
(
    const FString & InString
)

Remarks

Util that removes invalid chars and then make an FName Util that removes invalid chars and then make an FName

Returns

A valid name from InString

Parameters

Parameter

Description

InString

The string to create a valid name from

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