UnicodeToCPPIdentifier

Windows
MacOS
Linux

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

Syntax

FString UnicodeToCPPIdentifier
(
    const FString & InName,
    bool bDeprecated,
    const TCHAR * Prefix
)

Returns

A corresponding string that contains only valid c++ characters and is prefixed with Prefix

Parameters

Parameter

Description

InName

The string to transform

bDeprecated

whether the name has been deprecated Prefix The prefix to be prepended to the return value, accepts nullptr or empty string

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss