Navigation
API > API/Plugins > API/Plugins/WebAPIEditor > API/Plugins/WebAPIEditor/FWebAPINameVariant
Description
Get the fully formatted name as a valid member name. Optionally provide a prefix for invalid member names (ie. that start with a number).
| Name | ToMemberName |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIEditor/Public/Dom/WebAPISchema.h |
| Include Path | #include "Dom/WebAPISchema.h" |
| Source | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIEditor/Private/Dom/WebAPISchema.cpp |
FString ToMemberName
(
const FString & InPrefix
) const