Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/Script.h |
| Include | #include "UObject/Script.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/ScriptCore.cpp |
FString UnicodeToCPPIdentifier
(
const FString & InName,
bool bDeprecated,
const TCHAR * Prefix
)
A corresponding string that contains only valid c++ characters and is prefixed with Prefix
Parameters
| Name | Description |
|---|---|
| InName | The string to transform |
| bDeprecated | whether the name has been deprecated @Param Prefix The prefix to be prepended to the return value, accepts nullptr or empty string |