FTextProperty::GenerateCppCodeForTextValue

Generate the correct C++ code for the given text value

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/TextProperty.h

Include

#include "UObject/TextProperty.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/UObject/TextProperty.cpp

Syntax

static FString GenerateCppCodeForTextValue
(
    const FText & InValue,
    const FString & Indent
)

Remarks

Generate the correct C++ code for the given text value

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