Navigation
API > API/Plugins > API/Plugins/WebAPIEditor
References
| Module | WebAPIEditor |
| Header | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIEditor/Public/WebAPIEditorUtilities.h |
| Include | #include "WebAPIEditorUtilities.h" |
Syntax
class FWebAPIStringUtilities
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< IBreakIterator > | BreakIterator |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< FWebAPIStringUtilities > | Get () |
Get the singleton instance. | |
| FString | MakeValidMemberName
(
FStringView InString, |
Makes the input string valid for use as a member name, ie. no reserved characters. | |
| FString | ToInitials
(
FStringView InString |
Converts the input string to its initials. | |
| FString | ToPascalCase
(
FStringView InString |
Converts the input string to PascalCase. |