Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UCurveTable
Description
Util that removes invalid chars and then make an FName Util that removes invalid chars and then make an FName
| Name | MakeValidName |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/CurveTable.h |
| Include Path | #include "Engine/CurveTable.h" |
| Source | /Engine/Source/Runtime/Engine/Private/CurveTable.cpp |
static FName MakeValidName
(
const FString & InString
)
A valid name from InString
Parameters
| Name | Remarks |
|---|---|
| InString | The string to create a valid name from |