Navigation
API > API/Plugins > API/Plugins/WebAPIEditor > API/Plugins/WebAPIEditor/FWebAPIStringUtilities
Description
Converts the input string to PascalCase. The result may still contain characters illegal for a member name.
| Name | ToPascalCase |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIEditor/Public/WebAPIEditorUtilities.h |
| Include Path | #include "WebAPIEditorUtilities.h" |
| Source | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIEditor/Private/WebAPIEditorUtilities.cpp |
FString ToPascalCase
(
FStringView InString
)